type testing.testState

7 uses

	testing (current package)
		fuzz.go#L72: 	tstate *testState
		testing.go#L937: 	tstate       *testState // For running tests and subtests.
		testing.go#L2176: type testState struct {
		testing.go#L2202: func newTestState(maxParallel int, m *matcher) *testState {
		testing.go#L2203: 	return &testState{
		testing.go#L2211: func (s *testState) waitParallel() {
		testing.go#L2223: func (s *testState) release() {